build: We also work OK with LZMA 5.0
authorVincent Batts <vbatts@redhat.com>
Mon, 8 Sep 2014 14:35:32 +0000 (10:35 -0400)
committerColin Walters <walters@verbum.org>
Mon, 8 Sep 2014 15:54:45 +0000 (11:54 -0400)
This is the version that's in Slackware at the moment at least.

configure.ac

index 8f4906a9bd800a0fd7024b62f0a95ee1db866df8..4c35274655680ae138eed2f9bc6db4117bee6fd1 100644 (file)
@@ -46,7 +46,7 @@ GIO_DEPENDENCY="gio-unix-2.0 >= 2.36.0 libgsystem >= 2014.2"
 PKG_CHECK_MODULES(OT_DEP_GIO_UNIX, $GIO_DEPENDENCY)
 
 dnl 5.1.0 is an arbitrary version here
-PKG_CHECK_MODULES(OT_DEP_LZMA, liblzma >= 5.1.1alpha)
+PKG_CHECK_MODULES(OT_DEP_LZMA, liblzma >= 5.0.5)
 
 dnl We're not actually linking to this, just using the header
 PKG_CHECK_MODULES(OT_DEP_E2P, e2p)